home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Textfiles / cracking / BeginnersMacAssembly.sit.hqx / BeginnersMacAssembly.rsrc / PICT_92.png < prev    next >
Portable Network Graphic  |  1997-07-26  |  117KB  |  816x1056  |  8-bit (256 colors)
Labels: book | poster | reckoner | sky | windowpane
OCR: Sat, Feb nifh996r29 *save reurn eddressTo Macintosh Assembly Language Programming age bl open window mtl open window: mflr r2s param1,128 *windows id is 128 param2, *clear param2 storage param3 *behind no other windows (i.e. in front) Xcall GetNewC Window Note New Window else we could have problems the colors stw paraml,window ptr( bss) **get the viewable rectangle (top. left. bottom. right) r3. 16(r3) *windowptr+1 viewrect (la is (so.ppe viewrect bss) **Copy words using fpu 64 bit regs (note that this will cause stall and the Ifd *should be moved up a bit.) lfd f0, (r3 *64 bit move(viewrect) into fo stfd f0(r4) *64 bit store into viewrect (cool or what!) ** And copy to our second rect tangle as well viewrect bss) stfo f0,(r4) *into viewrect qas** the port to our window paraml ,window _ptr ...